home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TNEWIMAPFLD / TNEWIMAPFLD.txt
Text File  |  2004-10-12  |  2KB  |  84 lines

  1. object NewImapFld: TNewImapFld
  2.   Left = 242
  3.   Top = 342
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create an IMAP folder'
  7.   ClientHeight = 186
  8.   ClientWidth = 381
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 31
  24.     Height = 13
  25.     Caption = '&Name:'
  26.     FocusControl = eName
  27.   end
  28.   object eName: TEdit
  29.     Left = 16
  30.     Top = 32
  31.     Width = 345
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object bOK: TButton
  36.     Left = 136
  37.     Top = 152
  38.     Width = 105
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 4
  44.   end
  45.   object cbParent: TComboBox
  46.     Left = 32
  47.     Top = 112
  48.     Width = 329
  49.     Height = 21
  50.     Style = csDropDownList
  51.     Enabled = False
  52.     ItemHeight = 13
  53.     TabOrder = 3
  54.   end
  55.   object bCancel: TButton
  56.     Left = 256
  57.     Top = 152
  58.     Width = 105
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 5
  64.   end
  65.   object rbRoot: TRadioButton
  66.     Left = 16
  67.     Top = 64
  68.     Width = 345
  69.     Height = 17
  70.     Caption = 'Create at the root level'
  71.     TabOrder = 1
  72.     OnClick = rbSubClick
  73.   end
  74.   object rbSub: TRadioButton
  75.     Left = 16
  76.     Top = 88
  77.     Width = 345
  78.     Height = 17
  79.     Caption = 'Create as a sub-folder of'
  80.     TabOrder = 2
  81.     OnClick = rbSubClick
  82.   end
  83. end
  84.